home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / search.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-03  |  5.1 KB  |  332 lines

  1. /* CSS Document */
  2. .search {
  3.   height: 42px;
  4.   width: 552px;
  5.   background-image: url('../images/searchBG.png');
  6.   background-repeat: no-repeat; 
  7.   border: solid 1px #fff;
  8.   margin-left: 0px;
  9. }
  10.  
  11. div.search div
  12. {
  13.   padding: 2px 0 0 4px;
  14. }
  15.  
  16. .searchtext
  17. {
  18.   margin-top: 10px;
  19.   float: left;
  20.   width: 152px;
  21.   height: 17px;
  22.   color: #fff;
  23.   background: #7A7A7A;
  24.   font-size: 12px;
  25.   line-height: 12px;
  26.   font-weight: normal;
  27.   text-align: center;
  28. }
  29.  
  30. div#textPosition
  31. {
  32.   padding-bottom: 0px;
  33.   padding-top: 0px;
  34.   margin: 0px;
  35. }
  36.  
  37. .searchbox
  38. {
  39.   margin-top: 10px;
  40.   float: left;
  41.   width: 200px;
  42.   height: 15px;
  43.   background-image: url('../images/searchField.png');
  44.   background-repeat: no-repeat;  
  45.   padding: 2px 0 0 3px;
  46. }
  47.  
  48. .searchItems {
  49.   float: left;
  50. }
  51.  
  52. .searchimg {
  53.   margin-left: 14px;
  54.   float: left;
  55.   margin-top: 3px;
  56. }
  57.  
  58. a.searchlink {
  59.   color: #fff;
  60.   font-size: 12px;
  61.   padding-left: 15px;
  62. }
  63.  
  64. div.searchlink {
  65.   margin-top: 8px;
  66. }
  67.  
  68. /* Erweiterte Search - START*/
  69. /* Searchresults */
  70. .searchresult
  71. {
  72.   float: left;
  73.   width: 772px;
  74.   height: 475px;
  75.   margin: 28px 0 0 0px;
  76. }
  77.  
  78. .pleaseWait {
  79.   display: none;
  80. }
  81. /*─nderungen*/
  82. #searchHeader
  83. {
  84.   font-size: 14px;
  85.   font-weight: bold;
  86.   color: red;
  87.   padding: 4px 10px 4px 10px;
  88.   padding: 0;
  89. }
  90.  
  91. tr#searchHeader td div
  92. {
  93.   float: left;
  94. }
  95.  
  96. .searchCategory {
  97.   text-decoration: none;
  98.   color: red;
  99. }
  100.  
  101. .searchResults
  102. {
  103.   font-size: 11px;
  104.   font-weight: normal;
  105.   color: #000;
  106.   padding: 8px 10px 8px 10px;
  107. }
  108.  
  109. tr.searchResults a
  110. {
  111.   font-size: 11px;
  112.   font-weight: normal;
  113.   color: #000;
  114.   text-decoration: none;
  115. }
  116.  
  117. tr.searchResults a:hover
  118. {
  119.   font-size: 11px;
  120.   font-weight: bold;
  121.   color: red;
  122.   text-decoration: none;
  123. }
  124.  
  125. .borderHeader
  126. {
  127.   border-right: solid 1px #c0c0c0;
  128.   border-bottom: solid 1px #c0c0c0;
  129. }
  130.  
  131. .borderHeaderLAST
  132. {
  133.   border-bottom: solid 1px #c0c0c0;
  134. }
  135.  
  136. .borderResults
  137. {
  138.   border-right: solid 1px #c0c0c0;;
  139. }
  140.  
  141. .borderResultsLAST
  142. {
  143.   border: none;
  144. }
  145. /* Erweiterte Search - END*/
  146.  
  147. /*SearchProperties*/
  148. div#searchOuterContainer
  149. {
  150.   margin: 5px 0 30px 10px;
  151.   padding: 0 0 0 0;
  152.   font-size: 12px;
  153.   font-weight: normal;
  154.   color: #000;
  155. }
  156.  
  157. div#searchOuterContainer input
  158. {
  159.   left: 4px;
  160.   top: 3px;
  161.   width: 200px;
  162.   height: 19px;
  163.   background: #fff url('../images/searchField.png') no-repeat top left;
  164. }
  165.  
  166. img.searchimgglobal
  167. {
  168.  padding-left: 5px;
  169.  margin-top: 10px;
  170. }
  171.  
  172. div#searchCategories
  173. {
  174.   margin-left: 10px;
  175. }
  176.  
  177. div.searchCategories, div.searchIssues, div.searchFields, div.searchAttributes
  178. {
  179.   width: 165px;
  180.   float: left;
  181.   font-size: 12px;
  182.   font-weight: normal;
  183.   color: #000;
  184. }
  185.  
  186. div#searchIssues, div#searchFields
  187. {
  188.   margin-left: 12px;
  189. }
  190.  
  191. div#searchIssues div
  192. {
  193.   margin: 0 0 0 0;
  194.   padding: 0 0 0 0;
  195. }
  196. /*SearchProperties*/
  197.  
  198. #localsearch
  199. {
  200.   float: left;
  201. }
  202.  
  203. #globalsearch
  204. {
  205.   float: left;
  206. }
  207.  
  208. span.searchpathFirst {
  209.   font-size: 12px;
  210.   color: #fff;
  211.   text-decoration: none;
  212.   font-weight: bold;
  213.   float: left;
  214.   width: 188px;
  215.   height: 23px;
  216.   background-image: url('../images/pathfirst.gif');
  217.   padding-top: 0px;
  218. }
  219.  
  220. a.searchpathFirst {
  221.   font-size: 12px;
  222.   color: #fff;
  223.   text-decoration: none;
  224.   font-weight: bold;
  225.   float: left;
  226.   width: 188px;
  227.   height: 23px;
  228.   background-image: url('../images/pathfirst.gif');
  229.   padding-top: 0px;
  230. }
  231.  
  232. table.searchResultsTable {
  233.   font-size: 11px;
  234.   font-weight: normal;
  235.   color: #000;
  236. }
  237.  
  238. table.searchResultsTable tr.rowOne {
  239.     background-color: #f3f3f3;
  240.     cursor: auto;
  241. }
  242.  
  243. table.searchResultsTable tr.rowTwo {
  244.     background-color: #e6e6e6;
  245.     cursor: auto;
  246. }
  247.  
  248. table.searchResultsTable td.rowOneSort {
  249.     background-color: #e3e3e3;
  250.     cursor: auto;
  251. }
  252.  
  253. table.searchResultsTable td.rowTwoSort {
  254.     background-color: #d6d6d6;
  255.     cursor: auto;
  256. }
  257.  
  258. table.searchResultsTable td.rowSortActive {
  259. /*    background-color: #a8000c;
  260.     color: #fff; */
  261.     color: #a8000c;
  262.     cursor: pointer;
  263. }
  264.  
  265. table.searchResultsTable tr.rowActive {
  266. /*    background-color: #a8000c;
  267.     color: #fff; */
  268.     color: #a8000c;
  269.     cursor: pointer;
  270. }
  271.  
  272. table.searchResultsTable td {
  273.     padding: 6px 8px;
  274.     border-bottom: solid 1px #c0c0c0;
  275. }
  276.  
  277. table.searchResultsTable td.right {
  278.     text-align: left; 
  279.     border-left: solid 1px #c0c0c0;
  280. }
  281.  
  282. table.searchResultsTable td.borderLeft {
  283.     border-left: solid 1px #c0c0c0;
  284. }
  285.  
  286. table.searchResultsTable td a {
  287.     text-decoration: none;
  288.     color: #000;
  289. }
  290.  
  291. table.searchResultsTable td a:hover {
  292.     color: #a8000c;
  293.     font-weight: normal;
  294. }
  295.  
  296. table.searchResultsTableHeader {
  297.     border-bottom: solid 1px #c0c0c0;
  298. }
  299.  
  300. table.searchResultsTableHeader td {
  301.     padding: 8px 2px;
  302.     color: #a8000c;
  303. }
  304.  
  305. table.searchResultsTableHeader td.borderLeft {
  306.     border-left: solid 1px #c0c0c0;
  307. }
  308.  
  309. table.searchResultsTableHeader td.right {
  310.     text-align: center;
  311.     border-left: solid 1px #c0c0c0;
  312. }
  313.  
  314. table.searchResultsTableHeader td a {
  315.     color: #a8000c;
  316.     text-decoration: none;
  317. }
  318.  
  319. table.searchResultsTableHeader td div.sortImage {
  320.     padding-left: 5px;
  321.     float: left;
  322.     width: 17px;
  323.     height: 13px;
  324. }
  325.  
  326. h3.searchResults {
  327.     font-size: 20px;
  328.     font-weight: bold;
  329.     color: #a8000c;
  330.     text-align: center;
  331. }
  332.